home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 November / CHIP Kasım 1998.iso / DRIVERS / CD-Rom / 220x.exe / LAST_MSG.BAT < prev    next >
DOS Batch File  |  1991-06-20  |  2KB  |  69 lines

  1. ECHO OFF
  2. cls
  3. if "%1"=="a" goto floppy
  4. if "%1"=="A" goto floppy
  5. if "%1"=="b" goto floppy
  6. if "%1"=="B" goto floppy
  7. if "%1"=="c" goto hard
  8. if "%1"=="C" goto hard
  9. GOTO ENDEND
  10.  
  11. :floppy
  12. ECHO Now the installation of the driver and software has finished.
  13.  
  14. ECHO\
  15. if "%2" == "" goto flp_mes
  16. ECHO Installed disk (sub directory) = Floppy disk A (A:\%2.)
  17. goto finala
  18.  
  19. :flp_mes
  20. ECHO Installed disk = Floppy disk A.
  21.  
  22. :finala
  23. ECHO\
  24. ECHO Remove the library disk from drive A if exists, and insert the target
  25. ECHO disk, on which you have installed Sony MS-DOC CD-ROM Extensions into 
  26. ECHO drive A.
  27.  
  28. ECHO\
  29. ECHO Press Ctrl-Alt-Del keys at the same time to boot.
  30. goto end
  31.  
  32. :hard
  33. ECHO Now the installation of the driver and software has finished.
  34.  
  35. ECHO\
  36. if "%2" == "" goto hd_mes
  37. ECHO Installed disk (sub directory) = Hard disk C (C:\%2.)
  38. goto finalc
  39.  
  40. :hd_mes
  41. ECHO Installed disk = Hard disk C (C:\)
  42.  
  43. :finalc
  44. ECHO\
  45. ECHO Remove the disk from the drive A if exists, 
  46. ECHO then press Ctrl-Alt-Del keys at the same time to boot.
  47.  
  48. :end
  49. ECHO\
  50. ECHO If the Sony MS-DOS CD-ROM Extensions does not work well,  
  51. ECHO refer to "CHECK LIST" of Library disk by typing CHCKLIST  
  52. ECHO and press ENTER key.
  53.  
  54. ECHO\
  55. ECHO If you wish to modify the installed Sony MS-DOS CD-ROM 
  56. ECHO Extensions, refer to "CUSTOMIZATION" of the README file.
  57. ECHO\
  58. ECHO NOTICE: If the DOS version is 5.0, MS-DOS Extensions is ignored as Incorrect
  59. ECHO DOS version.  If your DOS version is 5.0, append the following string in your
  60. ECHO CONFIG.SYS file.
  61. ECHO\
  62. ECHO         DEVICE={drive:\path\}SETVER.EXE
  63. ECHO\
  64. ECHO\
  65. ECHO\
  66.  
  67.  
  68.  
  69.